﻿* In the name of mapa.gnc down | #include maps\dlc3_teleporter; |
add this: #include maps\gogeta_utility;

* before | maps\_zombiemode::main(); |
add this: thread maps\dw_fx::init();

* under | maps\_zombiemode::main(); |
add this: thread dual_wield();

* Add this to the end:

dual_wield()
{
	flag_wait("all_players_connected");
 	players = get_players();
 	for(i=0;i<players.size;i++)
 	{
  		players[i] thread client_check_for_dw_fire();
 	}
}

===|3.0|===
* under your "clientscripts" it added | clientscripts\_zombiemode_tesla::init(); |
add this: clientscripts\_dual_wield::init();

*  Paste the following in the mod.csv
rawfile,maps\gogeta_utility.gsc